luci-theme-bootstrap: add width for localtime
authorAndy Chiang <[email protected]>
Fri, 17 Oct 2025 13:43:36 +0000 (20:43 +0700)
committerPaul Donald <[email protected]>
Mon, 20 Oct 2025 18:40:46 +0000 (20:40 +0200)
set an appropriate width for #localtime

Signed-off-by: Andy Chiang <[email protected]>
themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css

index c1be937697f9accde02e26a74a06d614b4fd26ea..1b94ad7a1dbe768978be335610b09060ecf207b3 100644 (file)
@@ -589,6 +589,12 @@ select,
        border-radius: 3px;
 }
 
+@media screen and (min-width: 768px) {
+       #localtime {
+               width: 300px;
+       }
+}
+
 input,
 select,
 .cbi-select,